home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
ERAS
/
ERAS.CST
/
00127_Script_127
< prev
next >
Wrap
Text File
|
1997-07-24
|
750b
|
22 lines
--on dirFileForEraCode eraCode -- returns platform-specific filename for next era movie
-- -- set pctestmode = 1
--
--
-- -- select path separator
-- -- or pctestmode
-- if the machinetype <> 256 then set pathSep = ":"
-- else set pathSep = "\"
--
-- -- set new director movie filename
-- set head = the moviepath
-- -- set head = "D:\PB\ERAS\TY\"
-- delete the last char of head
-- set theItemDelimiter = the itemdelimiter
-- set the itemdelimiter = pathSep
-- delete the last item of head
-- set nextEraMovieName = head & pathSep & eraCode & pathSep & "ERA_" & eraCode & ".DIR"
-- -- alert nextEraMovieName -- debug *&*
-- set the itemdelimiter = theitemdelimiter
--
-- return nextEraMovieName
--end